projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6faff
)
(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
author
John Paul Wallington
<jpw@pobox.com>
Sat, 24 Feb 2007 17:23:27 +0000
(17:23 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sat, 24 Feb 2007 17:23:27 +0000
(17:23 +0000)
lisp/mail/feedmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/feedmail.el
b/lisp/mail/feedmail.el
index 3180b05c818bae5fba02e53f4c5e60dcd06613eb..b8d42debe6f12a19811ed5d910bacc35be8cd4bd 100644
(file)
--- a/
lisp/mail/feedmail.el
+++ b/
lisp/mail/feedmail.el
@@
-629,7
+629,7
@@
configurations of sendmail). Even if the latter case is true, it
probably won't hurt you to generate your own, and it will then show up
in the saved message if you use Fcc:."
:group 'feedmail-headers
- :type '(choice (const nil) function)
+ :type '(choice (const
t) (const
nil) function)
)
@@
-678,7
+678,7
@@
configurations of sendmail). Even if the latter case is true, it
probably won't hurt you to generate your own, and it will then show up
in the saved message if you use Fcc:."
:group 'feedmail-headers
- :type '(choice (const nil) function)
+ :type '(choice (const
t) (const
nil) function)
)